home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SGI Developer Toolbox 6.1
/
SGI Developer Toolbox 6.1 - Disc 4.iso
/
src
/
exampleCode
/
GLX
/
basics
/
Makefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1994-08-02
|
259 b
|
17 lines
#!smake
include $(ROOT)/usr/include/make/commondefs
TARGETS = `ls *.c | sed 's/\.c$$//'`
LCOPTS = -float -prototypes -O
LLDLIBS = -lXirisw -lXm -lXt -lgl -lX11 -lm -lPW
CVERSION=
default all:
$(MAKE) -f $(MAKEFILE) $(TARGETS)
include $(COMMONRULES)